home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="CreativeMaskEffect">
- <description>
- CreativeMaskEffect is an effect that renders blur radius mask for CreativeBlur.
- It is not intended to be used by itself.
- </description>
- <scale type="identity"/>
- <property name="MaskType" type="int" default="0" label="Mask Type">
- <choice>Radial</choice>
- <choice>Elliptic</choice>
- <comments>
- One of supported fixed mask types
- </comments>
- </property>
- <property name="MaskSize" type="float" default="0" label="Mask Size">
- <range min="0" max="1"/>
- <comments>
- Mask size in the units relative to image size
- </comments>
- </property>
- <property name="MaskFeather" type="float" default="0.1" label="Mask Feather">
- <range min="0" max="1.5"/>
- <comments>
- Mask feather size in the units relative to mask size
- </comments>
- </property>
- <property name="IsMaskInverted" type="bool" default="false" label="Is Mask Inverted?">
- <comments>
- Invert the mask if IsMaskInverted is true
- </comments>
- </property>
- </effect>
-